home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / LART.Dxr / 00328.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  166 b   |  13 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     cursor(280)
  4.   else
  5.     if rollOver(5) then
  6.       cursor(280)
  7.     else
  8.       cursor(-1)
  9.     end if
  10.   end if
  11.   go(the frame)
  12. end
  13.